Class XjcSmdEncodedSignedMark

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.smd.XjcSmdEncodedSignedMark

public class XjcSmdEncodedSignedMark extends XjcObject

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 Details

    • value

      protected String value
    • encoding

      protected String encoding
  • Constructor Details

    • XjcSmdEncodedSignedMark

      public XjcSmdEncodedSignedMark()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getEncoding

      public String getEncoding()
      Gets the value of the encoding property.
      Returns:
      possible object is String
    • setEncoding

      public void setEncoding(String value)
      Sets the value of the encoding property.
      Parameters:
      value - allowed object is String