org.unece.cefact.namespaces.standardbusinessdocumentheader
Class BusinessService

java.lang.Object
  extended by org.unece.cefact.namespaces.standardbusinessdocumentheader.BusinessService
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class BusinessService
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

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()
          Default no-arg constructor
BusinessService(String businessServiceName, ServiceTransaction serviceTransaction)
          Fully-initialising value constructor
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 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.
 String toString()
           
 BusinessService withBusinessServiceName(String value)
           
 BusinessService withServiceTransaction(ServiceTransaction value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

businessServiceName

protected String businessServiceName

serviceTransaction

protected ServiceTransaction serviceTransaction
Constructor Detail

BusinessService

public BusinessService()
Default no-arg constructor


BusinessService

public BusinessService(String businessServiceName,
                       ServiceTransaction serviceTransaction)
Fully-initialising value constructor

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 is String

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 is ServiceTransaction

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withBusinessServiceName

public BusinessService withBusinessServiceName(String value)

withServiceTransaction

public BusinessService withServiceTransaction(ServiceTransaction value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.