Class JDFAutoAddress

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFAddress

public abstract class JDFAutoAddress extends JDFResource
class JDFAutoAddress : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoAddress

      protected JDFAutoAddress(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      Constructor for JDFAutoAddress
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFAutoAddress

      protected JDFAutoAddress(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName)
      Constructor for JDFAutoAddress
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
    • JDFAutoAddress

      protected JDFAutoAddress(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoAddress
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFResource
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • setAddressUsage

      public void setAddressUsage(String value)
      (36) set attribute AddressUsage
      Parameters:
      value - the value to set the attribute to
    • getAddressUsage

      public String getAddressUsage()
      (23) get String attribute AddressUsage
      Returns:
      the value of the attribute
    • setCity

      public void setCity(String value)
      (36) set attribute City
      Parameters:
      value - the value to set the attribute to
    • getCity

      public String getCity()
      (23) get String attribute City
      Returns:
      the value of the attribute
    • setCivicNumber

      public void setCivicNumber(String value)
      (36) set attribute CivicNumber
      Parameters:
      value - the value to set the attribute to
    • getCivicNumber

      public String getCivicNumber()
      (23) get String attribute CivicNumber
      Returns:
      the value of the attribute
    • setCountry

      public void setCountry(String value)
      (36) set attribute Country
      Parameters:
      value - the value to set the attribute to
    • getCountry

      public String getCountry()
      (23) get String attribute Country
      Returns:
      the value of the attribute
    • setCountryCode

      public void setCountryCode(String value)
      (36) set attribute CountryCode
      Parameters:
      value - the value to set the attribute to
    • getCountryCode

      public String getCountryCode()
      (23) get String attribute CountryCode
      Returns:
      the value of the attribute
    • setPostBox

      public void setPostBox(String value)
      (36) set attribute PostBox
      Parameters:
      value - the value to set the attribute to
    • getPostBox

      public String getPostBox()
      (23) get String attribute PostBox
      Returns:
      the value of the attribute
    • setPostalCode

      public void setPostalCode(String value)
      (36) set attribute PostalCode
      Parameters:
      value - the value to set the attribute to
    • getPostalCode

      public String getPostalCode()
      (23) get String attribute PostalCode
      Returns:
      the value of the attribute
    • setRegion

      public void setRegion(String value)
      (36) set attribute Region
      Parameters:
      value - the value to set the attribute to
    • getRegion

      public String getRegion()
      (23) get String attribute Region
      Returns:
      the value of the attribute
    • setStreet

      public void setStreet(String value)
      (36) set attribute Street
      Parameters:
      value - the value to set the attribute to
    • getStreet

      public String getStreet()
      (23) get String attribute Street
      Returns:
      the value of the attribute
    • getAddressLine

      public JDFElement getAddressLine()
      (24) const get element AddressLine
      Returns:
      JDFElement the element
    • getCreateAddressLine

      public JDFElement getCreateAddressLine()
      (25) getCreateAddressLine
      Returns:
      JDFElement the element
    • getCreateAddressLine

      public JDFElement getCreateAddressLine(int iSkip)
      (26) getCreateAddressLine
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFElement the element
    • getAddressLine

      public JDFElement getAddressLine(int iSkip)
      (27) const get element AddressLine
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFElement the element default is getAddressLine(0)
    • getAllAddressLine

      public Collection<JDFElement> getAllAddressLine()
      Get all AddressLine from the current element
      Returns:
      Collection, null if none are available
    • appendAddressLine

      public JDFElement appendAddressLine()
      (30) append element AddressLine
      Returns:
      JDFElement the element
    • getExtendedAddress

      public JDFElement getExtendedAddress()
      (24) const get element ExtendedAddress
      Returns:
      JDFElement the element
    • getCreateExtendedAddress

      public JDFElement getCreateExtendedAddress()
      (25) getCreateExtendedAddress
      Returns:
      JDFElement the element
    • appendExtendedAddress

      public JDFElement appendExtendedAddress()
      (29) append element ExtendedAddress
      Returns:
      JDFElement the element