Package google.registry.xjc.mark
Class XjcMarkE164Type
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.mark.XjcMarkE164Type
Java class for e164Type complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="e164Type">
<simpleContent>
<extension base="<urn:ietf:params:xml:ns:mark-1.0>e164StringType">
<attribute name="x" type="{http://www.w3.org/2001/XMLSchema}token" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
value
-
x
-
-
Constructor Details
-
XjcMarkE164Type
public XjcMarkE164Type()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getX
Gets the value of the x property.- Returns:
- possible object is
String
-
setX
Sets the value of the x property.- Parameters:
value
- allowed object isString
-