Class ProfileAcctExtratingType.DataArray
java.lang.Object
com.oracle.communications.brm.cc.model.ProfileAcctExtratingType.DataArray
- All Implemented Interfaces:
Serializable
- Enclosing class:
ProfileAcctExtratingType
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="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="validFrom" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="validTo" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="elem" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetElem()The position of the entry in the array.getName()The ERA's name.The date when the ERA's validity period starts.The date when the ERA's validity period ends.getValue()The ERA's value.voidSets the value of the elem property.voidSets the value of the name property.voidsetValidFrom(Calendar value) Sets the value of the validFrom property.voidsetValidTo(Calendar value) Sets the value of the validTo property.voidSets the value of the value property.
-
Field Details
-
name
The ERA's name. -
validFrom
The date when the ERA's validity period starts. -
validTo
The date when the ERA's validity period ends. -
value
The ERA's value. -
elem
The position of the entry in the array. For example, the first item in a list would have an elem value of 1.
-
-
Constructor Details
-
DataArray
public DataArray()
-
-
Method Details
-
getName
The ERA's name.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString- See Also:
-
getValidFrom
The date when the ERA's validity period starts.- Returns:
- possible object is
String
-
setValidFrom
Sets the value of the validFrom property.- Parameters:
value- allowed object isString- See Also:
-
getValidTo
The date when the ERA's validity period ends.- Returns:
- possible object is
String
-
setValidTo
Sets the value of the validTo property.- Parameters:
value- allowed object isString- See Also:
-
getValue
The ERA's value.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString- See Also:
-
getElem
The position of the entry in the array. For example, the first item in a list would have an elem value of 1.- Returns:
- possible object is
Integer
-
setElem
Sets the value of the elem property.- Parameters:
value- allowed object isInteger- See Also:
-