Package google.registry.xjc.rderegistrar
Class XjcRdeRegistrarAddrType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rderegistrar.XjcRdeRegistrarAddrType
Java class for addrType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="addrType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="street" type="{urn:ietf:params:xml:ns:rdeRegistrar-1.0}optPostalLineType" maxOccurs="3" minOccurs="0"/>
<element name="city" type="{urn:ietf:params:xml:ns:rdeRegistrar-1.0}postalLineType"/>
<element name="sp" type="{urn:ietf:params:xml:ns:rdeRegistrar-1.0}optPostalLineType" minOccurs="0"/>
<element name="pc" type="{urn:ietf:params:xml:ns:rdeRegistrar-1.0}pcType" minOccurs="0"/>
<element name="cc" type="{urn:ietf:params:xml:ns:rdeRegistrar-1.0}ccType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCc()
Gets the value of the cc property.getCity()
Gets the value of the city property.getPc()
Gets the value of the pc property.getSp()
Gets the value of the sp property.Gets the value of the streets property.void
Sets the value of the cc property.void
Sets the value of the city property.void
Sets the value of the pc property.void
Sets the value of the sp property.
-
Field Details
-
streets
-
city
-
sp
-
pc
-
cc
-
-
Constructor Details
-
XjcRdeRegistrarAddrType
public XjcRdeRegistrarAddrType()
-
-
Method Details
-
getStreets
Gets the value of the streets 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
For example, to add a new item, do as follows:set
method for the streets property.getStreets().add(newItem);
Objects of the following type(s) are allowed in the listString
- Returns:
- The value of the streets property.
-
getCity
Gets the value of the city property.- Returns:
- possible object is
String
-
setCity
Sets the value of the city property.- Parameters:
value
- allowed object isString
-
getSp
Gets the value of the sp property.- Returns:
- possible object is
String
-
setSp
Sets the value of the sp property.- Parameters:
value
- allowed object isString
-
getPc
Gets the value of the pc property.- Returns:
- possible object is
String
-
setPc
Sets the value of the pc property.- Parameters:
value
- allowed object isString
-
getCc
Gets the value of the cc property.- Returns:
- possible object is
String
-
setCc
Sets the value of the cc property.- Parameters:
value
- allowed object isString
-