public class Registrations
extends java.lang.Object
Java class for Registrations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Registrations"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BuyerRegistrations" type="{http://www.sabrix.com/services/taxservice/2009-12-20/}BuyerRegistrations" minOccurs="0"/> <element name="SellerRegistrations" type="{http://www.sabrix.com/services/taxservice/2009-12-20/}SellerRegistrations" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Registrations() |
Modifier and Type | Method and Description |
---|---|
BuyerRegistrations |
getBuyerRegistrations()
Gets the value of the buyerRegistrations property.
|
SellerRegistrations |
getSellerRegistrations()
Gets the value of the sellerRegistrations property.
|
void |
setBuyerRegistrations(BuyerRegistrations value)
Sets the value of the buyerRegistrations property.
|
void |
setSellerRegistrations(SellerRegistrations value)
Sets the value of the sellerRegistrations property.
|
public BuyerRegistrations getBuyerRegistrations()
BuyerRegistrations
public void setBuyerRegistrations(BuyerRegistrations value)
value
- allowed object is
BuyerRegistrations
public SellerRegistrations getSellerRegistrations()
SellerRegistrations
public void setSellerRegistrations(SellerRegistrations value)
value
- allowed object is
SellerRegistrations