Class ExternalPaymentMetaData

java.lang.Object
com.oracle.communications.brm.cc.model.ExternalPaymentMetaData
All Implemented Interfaces:
Serializable

public class ExternalPaymentMetaData 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="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="classType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="internalStruct" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="fields" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}fields" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • type

      protected String type
    • classType

      protected String classType
    • internalStruct

      protected String internalStruct
    • fields

      protected List<Fields> fields
  • Constructor Details

    • ExternalPaymentMetaData

      public ExternalPaymentMetaData()
  • Method Details

    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getClassType

      public String getClassType()
      Gets the value of the classType property.
      Returns:
      possible object is String
    • setClassType

      public void setClassType(String value)
      Sets the value of the classType property.
      Parameters:
      value - allowed object is String
    • getInternalStruct

      public String getInternalStruct()
      Gets the value of the internalStruct property.
      Returns:
      possible object is String
    • setInternalStruct

      public void setInternalStruct(String value)
      Sets the value of the internalStruct property.
      Parameters:
      value - allowed object is String
    • getFields

      public List<Fields> getFields()
      Gets the value of the fields 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 set method for the fields property.

      For example, to add a new item, do as follows:

       getFields().add(newItem);
       

      Objects of the following type(s) are allowed in the list Fields

      Returns:
      The value of the fields property.