Class CreditAccountType


  • public class CreditAccountType
    extends Object

    Java class for CreditAccountType complex type

    .

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

    
     <complexType name="CreditAccountType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AccountID"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • CreditAccountType

        public CreditAccountType()
    • Method Detail

      • getAccountID

        public AccountIDType getAccountID()
        Gets the value of the accountID property.
        Returns:
        possible object is AccountIDType
      • setAccountID

        public void setAccountID​(AccountIDType value)
        Sets the value of the accountID property.
        Parameters:
        value - allowed object is AccountIDType