Class SubjectLocalityType

java.lang.Object
eu.europa.esig.saml.jaxb.assertion.SubjectLocalityType

public class SubjectLocalityType extends Object

Java class for SubjectLocalityType complex type.

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

 <complexType name="SubjectLocalityType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Address" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="DNSName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>