Class ProfileAcctExtratingType.DataArray

java.lang.Object
com.oracle.communications.brm.cc.model.ProfileAcctExtratingType.DataArray
All Implemented Interfaces:
Serializable
Enclosing class:
ProfileAcctExtratingType

public static class ProfileAcctExtratingType.DataArray 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="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 Details

    • name

      protected String name
      The ERA's name.
    • validFrom

      protected Calendar validFrom
      The date when the ERA's validity period starts.
    • validTo

      protected Calendar validTo
      The date when the ERA's validity period ends.
    • value

      protected String value
      The ERA's value.
    • elem

      protected Integer 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

      public String getName()
      The ERA's name.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
      See Also:
    • getValidFrom

      public Calendar getValidFrom()
      The date when the ERA's validity period starts.
      Returns:
      possible object is String
    • setValidFrom

      public void setValidFrom(Calendar value)
      Sets the value of the validFrom property.
      Parameters:
      value - allowed object is String
      See Also:
    • getValidTo

      public Calendar getValidTo()
      The date when the ERA's validity period ends.
      Returns:
      possible object is String
    • setValidTo

      public void setValidTo(Calendar value)
      Sets the value of the validTo property.
      Parameters:
      value - allowed object is String
      See Also:
    • getValue

      public String getValue()
      The ERA's value.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
      See Also:
    • getElem

      public Integer 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

      public void setElem(Integer value)
      Sets the value of the elem property.
      Parameters:
      value - allowed object is Integer
      See Also: