Class SANameType

java.lang.Object
eu.europa.esig.validationreport.jaxb.AttributeBaseType
eu.europa.esig.validationreport.jaxb.SANameType
All Implemented Interfaces:
Serializable

public class SANameType extends AttributeBaseType implements Serializable

Java class for SANameType complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="SANameType">
  <complexContent>
    <extension base="{http://uri.etsi.org/19102/v1.4.1#}AttributeBaseType">
      <sequence>
        <element name="NameElement" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
See Also:
  • Field Details

    • nameElement

      protected String nameElement
  • Constructor Details

    • SANameType

      public SANameType()
  • Method Details

    • getNameElement

      public String getNameElement()
      Gets the value of the nameElement property.
      Returns:
      possible object is String
    • setNameElement

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