Class CreditAccountType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AccountIDTypeaccountID
-
Constructor Summary
Constructors Constructor Description CreditAccountType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountIDTypegetAccountID()Gets the value of the accountID property.voidsetAccountID(AccountIDType value)Sets the value of the accountID property.
-
-
-
Field Detail
-
accountID
protected AccountIDType accountID
-
-
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 isAccountIDType
-
-