Class PartyPrivate1
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_01.PartyPrivate1
Java class for PartyPrivate1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyPrivate1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PrvtId" type="{urn:sepade:xsd:pain.008.001.01}PersonIdentification4"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the prvtId property.voidsetPrvtId(PersonIdentification4 value) Sets the value of the prvtId property.
-
Field Details
-
prvtId
-
-
Constructor Details
-
PartyPrivate1
public PartyPrivate1()
-
-
Method Details
-
getPrvtId
Gets the value of the prvtId property.- Returns:
- possible object is
PersonIdentification4
-
setPrvtId
Sets the value of the prvtId property.- Parameters:
value- allowed object isPersonIdentification4
-