Class SignatureProductionPlaceType


  • public class SignatureProductionPlaceType
    extends java.lang.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>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String city  
      protected java.lang.String countryName  
      protected java.lang.String postalCode  
      protected java.lang.String stateOrProvince  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCity()
      Gets the value of the city property.
      java.lang.String getCountryName()
      Gets the value of the countryName property.
      java.lang.String getPostalCode()
      Gets the value of the postalCode property.
      java.lang.String getStateOrProvince()
      Gets the value of the stateOrProvince property.
      void setCity​(java.lang.String value)
      Sets the value of the city property.
      void setCountryName​(java.lang.String value)
      Sets the value of the countryName property.
      void setPostalCode​(java.lang.String value)
      Sets the value of the postalCode property.
      void setStateOrProvince​(java.lang.String value)
      Sets the value of the stateOrProvince property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • city

        protected java.lang.String city
      • stateOrProvince

        protected java.lang.String stateOrProvince
      • postalCode

        protected java.lang.String postalCode
      • countryName

        protected java.lang.String countryName
    • Constructor Detail

      • SignatureProductionPlaceType

        public SignatureProductionPlaceType()
    • Method Detail

      • getCity

        public java.lang.String getCity()
        Gets the value of the city property.
        Returns:
        possible object is String
      • setCity

        public void setCity​(java.lang.String value)
        Sets the value of the city property.
        Parameters:
        value - allowed object is String
      • getStateOrProvince

        public java.lang.String getStateOrProvince()
        Gets the value of the stateOrProvince property.
        Returns:
        possible object is String
      • setStateOrProvince

        public void setStateOrProvince​(java.lang.String value)
        Sets the value of the stateOrProvince property.
        Parameters:
        value - allowed object is String
      • getPostalCode

        public java.lang.String getPostalCode()
        Gets the value of the postalCode property.
        Returns:
        possible object is String
      • setPostalCode

        public void setPostalCode​(java.lang.String value)
        Sets the value of the postalCode property.
        Parameters:
        value - allowed object is String
      • getCountryName

        public java.lang.String getCountryName()
        Gets the value of the countryName property.
        Returns:
        possible object is String
      • setCountryName

        public void setCountryName​(java.lang.String value)
        Sets the value of the countryName property.
        Parameters:
        value - allowed object is String