Class SignatureProductionPlaceType

java.lang.Object
eu.europa.esig.xades.jaxb.xades132.SignatureProductionPlaceType

public class SignatureProductionPlaceType extends Object

Java class for SignatureProductionPlaceType complex type.

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

 <complexType name="SignatureProductionPlaceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="City" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StateOrProvince" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CountryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>