Class ImmobilizedSecurityType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.ImmobilizedSecurityType
-
public class ImmobilizedSecurityType extends Object
Java class for ImmobilizedSecurityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImmobilizedSecurityType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ImmobilizationCertificateID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SecurityID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueDate" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}FaceValueAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MarketValueAmount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SharesNumberQuantity" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}IssuerParty" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected FaceValueAmountTypefaceValueAmountprotected ImmobilizationCertificateIDTypeimmobilizationCertificateIDprotected IssueDateTypeissueDateprotected PartyTypeissuerPartyprotected MarketValueAmountTypemarketValueAmountprotected SecurityIDTypesecurityIDprotected SharesNumberQuantityTypesharesNumberQuantity
-
Constructor Summary
Constructors Constructor Description ImmobilizedSecurityType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FaceValueAmountTypegetFaceValueAmount()Gets the value of the faceValueAmount property.ImmobilizationCertificateIDTypegetImmobilizationCertificateID()Gets the value of the immobilizationCertificateID property.IssueDateTypegetIssueDate()Gets the value of the issueDate property.PartyTypegetIssuerParty()Gets the value of the issuerParty property.MarketValueAmountTypegetMarketValueAmount()Gets the value of the marketValueAmount property.SecurityIDTypegetSecurityID()Gets the value of the securityID property.SharesNumberQuantityTypegetSharesNumberQuantity()Gets the value of the sharesNumberQuantity property.voidsetFaceValueAmount(FaceValueAmountType value)Sets the value of the faceValueAmount property.voidsetImmobilizationCertificateID(ImmobilizationCertificateIDType value)Sets the value of the immobilizationCertificateID property.voidsetIssueDate(IssueDateType value)Sets the value of the issueDate property.voidsetIssuerParty(PartyType value)Sets the value of the issuerParty property.voidsetMarketValueAmount(MarketValueAmountType value)Sets the value of the marketValueAmount property.voidsetSecurityID(SecurityIDType value)Sets the value of the securityID property.voidsetSharesNumberQuantity(SharesNumberQuantityType value)Sets the value of the sharesNumberQuantity property.
-
-
-
Field Detail
-
immobilizationCertificateID
protected ImmobilizationCertificateIDType immobilizationCertificateID
-
securityID
protected SecurityIDType securityID
-
issueDate
protected IssueDateType issueDate
-
faceValueAmount
protected FaceValueAmountType faceValueAmount
-
marketValueAmount
protected MarketValueAmountType marketValueAmount
-
sharesNumberQuantity
protected SharesNumberQuantityType sharesNumberQuantity
-
issuerParty
protected PartyType issuerParty
-
-
Method Detail
-
getImmobilizationCertificateID
public ImmobilizationCertificateIDType getImmobilizationCertificateID()
Gets the value of the immobilizationCertificateID property.- Returns:
- possible object is
ImmobilizationCertificateIDType
-
setImmobilizationCertificateID
public void setImmobilizationCertificateID(ImmobilizationCertificateIDType value)
Sets the value of the immobilizationCertificateID property.- Parameters:
value- allowed object isImmobilizationCertificateIDType
-
getSecurityID
public SecurityIDType getSecurityID()
Gets the value of the securityID property.- Returns:
- possible object is
SecurityIDType
-
setSecurityID
public void setSecurityID(SecurityIDType value)
Sets the value of the securityID property.- Parameters:
value- allowed object isSecurityIDType
-
getIssueDate
public IssueDateType getIssueDate()
Gets the value of the issueDate property.- Returns:
- possible object is
IssueDateType
-
setIssueDate
public void setIssueDate(IssueDateType value)
Sets the value of the issueDate property.- Parameters:
value- allowed object isIssueDateType
-
getFaceValueAmount
public FaceValueAmountType getFaceValueAmount()
Gets the value of the faceValueAmount property.- Returns:
- possible object is
FaceValueAmountType
-
setFaceValueAmount
public void setFaceValueAmount(FaceValueAmountType value)
Sets the value of the faceValueAmount property.- Parameters:
value- allowed object isFaceValueAmountType
-
getMarketValueAmount
public MarketValueAmountType getMarketValueAmount()
Gets the value of the marketValueAmount property.- Returns:
- possible object is
MarketValueAmountType
-
setMarketValueAmount
public void setMarketValueAmount(MarketValueAmountType value)
Sets the value of the marketValueAmount property.- Parameters:
value- allowed object isMarketValueAmountType
-
getSharesNumberQuantity
public SharesNumberQuantityType getSharesNumberQuantity()
Gets the value of the sharesNumberQuantity property.- Returns:
- possible object is
SharesNumberQuantityType
-
setSharesNumberQuantity
public void setSharesNumberQuantity(SharesNumberQuantityType value)
Sets the value of the sharesNumberQuantity property.- Parameters:
value- allowed object isSharesNumberQuantityType
-
getIssuerParty
public PartyType getIssuerParty()
Gets the value of the issuerParty property.- Returns:
- possible object is
PartyType
-
-