|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.epcis.model.BusinessService
public class BusinessService
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 | |
|---|---|
protected String |
businessServiceName
|
protected ServiceTransaction |
serviceTransaction
|
| Constructor Summary | |
|---|---|
BusinessService()
|
|
| Method Summary | |
|---|---|
String |
getBusinessServiceName()
Gets the value of the businessServiceName property. |
ServiceTransaction |
getServiceTransaction()
Gets the value of the serviceTransaction property. |
void |
setBusinessServiceName(String value)
Sets the value of the businessServiceName property. |
void |
setServiceTransaction(ServiceTransaction value)
Sets the value of the serviceTransaction property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String businessServiceName
protected ServiceTransaction serviceTransaction
| Constructor Detail |
|---|
public BusinessService()
| Method Detail |
|---|
public String getBusinessServiceName()
Stringpublic void setBusinessServiceName(String value)
value - allowed object is Stringpublic ServiceTransaction getServiceTransaction()
ServiceTransactionpublic void setServiceTransaction(ServiceTransaction value)
value - allowed object is ServiceTransaction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||