public static class CustomerPackages.BillUnitPackages extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="packageID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="packageName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="packagePurchasedDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="packageTerms" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}subscriptionTerms" minOccurs="0"/> <element name="serviceType" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}serviceGroup" maxOccurs="unbounded" minOccurs="0"/> <element name="accountBundles" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}accountGroup" minOccurs="0"/> <element name="packageCreatedDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AccountGroup |
accountBundles |
protected Calendar |
packageCreatedDate |
protected String |
packageID |
protected String |
packageName |
protected Calendar |
packagePurchasedDate |
protected SubscriptionTerms |
packageTerms |
protected List<ServiceGroup> |
serviceType |
Constructor and Description |
---|
BillUnitPackages() |
Modifier and Type | Method and Description |
---|---|
AccountGroup |
getAccountBundles()
Gets the value of the accountBundles property.
|
Calendar |
getPackageCreatedDate()
Gets the value of the packageCreatedDate property.
|
String |
getPackageID()
Gets the value of the packageID property.
|
String |
getPackageName()
Gets the value of the packageName property.
|
Calendar |
getPackagePurchasedDate()
Gets the value of the packagePurchasedDate property.
|
SubscriptionTerms |
getPackageTerms()
Gets the value of the packageTerms property.
|
List<ServiceGroup> |
getServiceType()
Gets the value of the serviceType property.
|
void |
setAccountBundles(AccountGroup value)
Sets the value of the accountBundles property.
|
void |
setPackageCreatedDate(Calendar value)
Sets the value of the packageCreatedDate property.
|
void |
setPackageID(String value)
Sets the value of the packageID property.
|
void |
setPackageName(String value)
Sets the value of the packageName property.
|
void |
setPackagePurchasedDate(Calendar value)
Sets the value of the packagePurchasedDate property.
|
void |
setPackageTerms(SubscriptionTerms value)
Sets the value of the packageTerms property.
|
protected String packageID
protected String packageName
protected Calendar packagePurchasedDate
protected SubscriptionTerms packageTerms
protected List<ServiceGroup> serviceType
protected AccountGroup accountBundles
protected Calendar packageCreatedDate
public String getPackageID()
String
public void setPackageID(String value)
value
- allowed object is
String
public String getPackageName()
String
public void setPackageName(String value)
value
- allowed object is
String
public Calendar getPackagePurchasedDate()
String
public void setPackagePurchasedDate(Calendar value)
value
- allowed object is
String
public SubscriptionTerms getPackageTerms()
SubscriptionTerms
public void setPackageTerms(SubscriptionTerms value)
value
- allowed object is
SubscriptionTerms
public List<ServiceGroup> getServiceType()
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 set
method for the serviceType property.
For example, to add a new item, do as follows:
getServiceType().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceGroup
public AccountGroup getAccountBundles()
AccountGroup
public void setAccountBundles(AccountGroup value)
value
- allowed object is
AccountGroup
public Calendar getPackageCreatedDate()
String