Package com.adyen.model.nexo
Class PredefinedContent
- java.lang.Object
-
- com.adyen.model.nexo.PredefinedContent
-
public class PredefinedContent extends Object
Definition: Reference of a predefined messageType to display or print. -- Usage: It conveys Information related to the predefined messageTypeJava class for PredefinedContent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PredefinedContent"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ReferenceID" use="required" type="{}ReferenceID" /> <attribute name="Language" type="{}ISOLanguage2A" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringlanguageThe Language.protected StringreferenceIDThe Reference id.
-
Constructor Summary
Constructors Constructor Description PredefinedContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLanguage()Gets the value of the language property.StringgetReferenceID()Gets the value of the referenceID property.voidsetLanguage(String value)Sets the value of the language property.voidsetReferenceID(String value)Sets the value of the referenceID property.
-
-
-
Method Detail
-
getReferenceID
public String getReferenceID()
Gets the value of the referenceID property.- Returns:
- possible object is
String
-
setReferenceID
public void setReferenceID(String value)
Sets the value of the referenceID property.- Parameters:
value- allowed object isString
-
getLanguage
public String getLanguage()
Gets the value of the language property.- Returns:
- possible object is
String
-
-