Package google.registry.xjc.smd
Class XjcSmdEncodedSignedMark
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.smd.XjcSmdEncodedSignedMark
Java class for encodedSignedMarkType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="encodedSignedMarkType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>token">
<attribute name="encoding" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="base64" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the encoding property.getValue()
Gets the value of the value property.void
setEncoding
(String value) Sets the value of the encoding property.void
Sets the value of the value property.
-
Field Details
-
value
-
encoding
-
-
Constructor Details
-
XjcSmdEncodedSignedMark
public XjcSmdEncodedSignedMark()
-
-
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
-
getEncoding
Gets the value of the encoding property.- Returns:
- possible object is
String
-
setEncoding
Sets the value of the encoding property.- Parameters:
value
- allowed object isString
-