Package network.oxalis.peppol.sbdh.jaxb
Class BusinessService
- java.lang.Object
-
- network.oxalis.peppol.sbdh.jaxb.BusinessService
-
public class BusinessService extends Object
Java class for BusinessService complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessService"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BusinessServiceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ServiceTransaction" type="{http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader}ServiceTransaction" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringbusinessServiceNameprotected ServiceTransactionserviceTransaction
-
Constructor Summary
Constructors Constructor Description BusinessService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBusinessServiceName()Gets the value of the businessServiceName property.ServiceTransactiongetServiceTransaction()Gets the value of the serviceTransaction property.voidsetBusinessServiceName(String value)Sets the value of the businessServiceName property.voidsetServiceTransaction(ServiceTransaction value)Sets the value of the serviceTransaction property.
-
-
-
Field Detail
-
businessServiceName
protected String businessServiceName
-
serviceTransaction
protected ServiceTransaction serviceTransaction
-
-
Method Detail
-
getBusinessServiceName
public String getBusinessServiceName()
Gets the value of the businessServiceName property.- Returns:
- possible object is
String
-
setBusinessServiceName
public void setBusinessServiceName(String value)
Sets the value of the businessServiceName property.- Parameters:
value- allowed object isString
-
getServiceTransaction
public ServiceTransaction getServiceTransaction()
Gets the value of the serviceTransaction property.- Returns:
- possible object is
ServiceTransaction
-
setServiceTransaction
public void setServiceTransaction(ServiceTransaction value)
Sets the value of the serviceTransaction property.- Parameters:
value- allowed object isServiceTransaction
-
-