Package org.cxml
Class Subscription
- java.lang.Object
-
- org.cxml.Subscription
-
public class Subscription extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringchangetimeprotected Descriptiondescriptionprotected Formatformatprotected InternalIDinternalIDprotected Namenameprotected SubscriptionVersionsubscriptionVersionprotected java.util.List<SupplierID>supplierID
-
Constructor Summary
Constructors Constructor Description Subscription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetChangetime()Gets the value of the changetime property.DescriptiongetDescription()Gets the value of the description property.FormatgetFormat()Gets the value of the format property.InternalIDgetInternalID()Gets the value of the internalID property.NamegetName()Gets the value of the name property.SubscriptionVersiongetSubscriptionVersion()Gets the value of the subscriptionVersion property.java.util.List<SupplierID>getSupplierID()Gets the value of the supplierID property.voidsetChangetime(java.lang.String value)Sets the value of the changetime property.voidsetDescription(Description value)Sets the value of the description property.voidsetFormat(Format value)Sets the value of the format property.voidsetInternalID(InternalID value)Sets the value of the internalID property.voidsetName(Name value)Sets the value of the name property.voidsetSubscriptionVersion(SubscriptionVersion value)Sets the value of the subscriptionVersion property.
-
-
-
Field Detail
-
internalID
protected InternalID internalID
-
subscriptionVersion
protected SubscriptionVersion subscriptionVersion
-
name
protected Name name
-
changetime
protected java.lang.String changetime
-
supplierID
protected java.util.List<SupplierID> supplierID
-
format
protected Format format
-
description
protected Description description
-
-
Method Detail
-
getInternalID
public InternalID getInternalID()
Gets the value of the internalID property.- Returns:
- possible object is
InternalID
-
setInternalID
public void setInternalID(InternalID value)
Sets the value of the internalID property.- Parameters:
value- allowed object isInternalID
-
getSubscriptionVersion
public SubscriptionVersion getSubscriptionVersion()
Gets the value of the subscriptionVersion property.- Returns:
- possible object is
SubscriptionVersion
-
setSubscriptionVersion
public void setSubscriptionVersion(SubscriptionVersion value)
Sets the value of the subscriptionVersion property.- Parameters:
value- allowed object isSubscriptionVersion
-
setName
public void setName(Name value)
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getChangetime
public java.lang.String getChangetime()
Gets the value of the changetime property.- Returns:
- possible object is
String
-
setChangetime
public void setChangetime(java.lang.String value)
Sets the value of the changetime property.- Parameters:
value- allowed object isString
-
getSupplierID
public java.util.List<SupplierID> getSupplierID()
Gets the value of the supplierID property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the supplierID property.For example, to add a new item, do as follows:
getSupplierID().add(newItem);Objects of the following type(s) are allowed in the list
SupplierID
-
getFormat
public Format getFormat()
Gets the value of the format property.- Returns:
- possible object is
Format
-
setFormat
public void setFormat(Format value)
Sets the value of the format property.- Parameters:
value- allowed object isFormat
-
getDescription
public Description getDescription()
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
public void setDescription(Description value)
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
-