Class PortTransactionalType.Service
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.PortTransactionalType.Service
-
- Enclosing class:
- PortTransactionalType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public static class PortTransactionalType.Service extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}initiative"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}serviceTypeDefs" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringinitiativeprotected ServiceTypeDefsserviceTypeDefsprotected VendorExtensionsvendorExtensions
-
Constructor Summary
Constructors Constructor Description Service()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetInitiative()Defines how the port accesses this service.ServiceTypeDefsgetServiceTypeDefs()The group of service type definitions.VendorExtensionsgetVendorExtensions()Gets the value of the vendorExtensions property.voidsetInitiative(java.lang.String value)Sets the value of the initiative property.voidsetServiceTypeDefs(ServiceTypeDefs value)Sets the value of the serviceTypeDefs property.voidsetVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.
-
-
-
Field Detail
-
initiative
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.String initiative
-
serviceTypeDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected ServiceTypeDefs serviceTypeDefs
-
vendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected VendorExtensions vendorExtensions
-
-
Method Detail
-
getInitiative
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public java.lang.String getInitiative()Defines how the port accesses this service.- Returns:
- possible object is
String
-
setInitiative
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setInitiative(java.lang.String value)Sets the value of the initiative property.- Parameters:
value- allowed object isString
-
getServiceTypeDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public ServiceTypeDefs getServiceTypeDefs()The group of service type definitions.- Returns:
- possible object is
ServiceTypeDefs
-
setServiceTypeDefs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setServiceTypeDefs(ServiceTypeDefs value)Sets the value of the serviceTypeDefs property.- Parameters:
value- allowed object isServiceTypeDefs
-
getVendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public VendorExtensions getVendorExtensions()Gets the value of the vendorExtensions property.- Returns:
- possible object is
VendorExtensions
-
setVendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.- Parameters:
value- allowed object isVendorExtensions
-
-