Package org.cxml

Class Issuer


  • public class Issuer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Address address  
    • Constructor Summary

      Constructors 
      Constructor Description
      Issuer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Address getAddress()
      Gets the value of the address property.
      void setAddress​(Address value)
      Sets the value of the address property.
      • Methods inherited from class java.lang.Object

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

      • address

        protected Address address
    • Constructor Detail

      • Issuer

        public Issuer()
    • Method Detail

      • getAddress

        public Address getAddress()
        Gets the value of the address property.
        Returns:
        possible object is Address
      • setAddress

        public void setAddress​(Address value)
        Sets the value of the address property.
        Parameters:
        value - allowed object is Address