Class ExternalPaymentMetaData
java.lang.Object
com.oracle.communications.brm.cc.model.ExternalPaymentMetaData
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the classType property.Gets the value of the fields property.Gets the value of the internalStruct property.getType()Gets the value of the type property.voidsetClassType(String value) Sets the value of the classType property.voidsetInternalStruct(String value) Sets the value of the internalStruct property.voidSets the value of the type property.
-
Field Details
-
type
-
classType
-
internalStruct
-
fields
-
-
Constructor Details
-
ExternalPaymentMetaData
public ExternalPaymentMetaData()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getClassType
Gets the value of the classType property.- Returns:
- possible object is
String
-
setClassType
Sets the value of the classType property.- Parameters:
value- allowed object isString
-
getInternalStruct
Gets the value of the internalStruct property.- Returns:
- possible object is
String
-
setInternalStruct
Sets the value of the internalStruct property.- Parameters:
value- allowed object isString
-
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
setmethod 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.
-