Package google.registry.xjc.epp
Class XjcEppTransferType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppTransferType
Java class for transferType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="transferType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any namespace='##other'/>
</sequence>
<attribute name="op" use="required" type="{urn:ietf:params:xml:ns:epp-1.0}transferOpType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAny()
Gets the value of the any property.getOp()
Gets the value of the op property.void
Sets the value of the any property.void
setOp
(XjcEppTransferOpType value) Sets the value of the op property.
-
Field Details
-
any
-
op
-
-
Constructor Details
-
XjcEppTransferType
public XjcEppTransferType()
-
-
Method Details
-
getAny
Gets the value of the any property.- Returns:
- possible object is
Object
-
setAny
Sets the value of the any property.- Parameters:
value
- allowed object isObject
-
getOp
Gets the value of the op property.- Returns:
- possible object is
XjcEppTransferOpType
-
setOp
Sets the value of the op property.- Parameters:
value
- allowed object isXjcEppTransferOpType
-