Class NamePersonType.NamePrefix
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.NamePersonType.NamePrefix
- Enclosing class:
- NamePersonType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<urn:oecd:ties:dpistf:v1>StringMin1Max200_Type">
<attribute name="xnlNameType" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Defines a string with minimum length 1 and maximum length of 200.Gets the value of the xnlNameType property.voidSets the value of the value property.voidsetXnlNameType(String value) Sets the value of the xnlNameType property.
-
Field Details
-
value
-
xnlNameType
-
-
Constructor Details
-
NamePrefix
public NamePrefix()
-
-
Method Details
-
getValue
Defines a string with minimum length 1 and maximum length of 200.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getXnlNameType
Gets the value of the xnlNameType property.- Returns:
- possible object is
String
-
setXnlNameType
Sets the value of the xnlNameType property.- Parameters:
value- allowed object isString
-