Package org.bremersee.oasis.xal
Class AddressDetails.PostalServiceElements.SortingCode
java.lang.Object
org.bremersee.oasis.xal.AddressDetails.PostalServiceElements.SortingCode
- All Implemented Interfaces:
Serializable
- Enclosing class:
AddressDetails.PostalServiceElements
public static class AddressDetails.PostalServiceElements.SortingCode
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">
<attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
code
-
-
Constructor Details
-
SortingCode
public SortingCode()
-
-
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
-
getCode
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isString
-