Class PartyPrivate1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_008_001_01.PartyPrivate1
-
public class PartyPrivate1 extends java.lang.ObjectJava 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 Modifier and Type Field Description protected PersonIdentification4prvtId
-
Constructor Summary
Constructors Constructor Description PartyPrivate1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersonIdentification4getPrvtId()Gets the value of the prvtId property.voidsetPrvtId(PersonIdentification4 value)Sets the value of the prvtId property.
-
-
-
Field Detail
-
prvtId
protected PersonIdentification4 prvtId
-
-
Method Detail
-
getPrvtId
public PersonIdentification4 getPrvtId()
Gets the value of the prvtId property.- Returns:
- possible object is
PersonIdentification4
-
setPrvtId
public void setPrvtId(PersonIdentification4 value)
Sets the value of the prvtId property.- Parameters:
value- allowed object isPersonIdentification4
-
-