Class TPortType

All Implemented Interfaces:
Copyable, PartialCopyable, Cloneable, org.jvnet.jaxb2_commons.lang.ToString2

public class TPortType extends TExtensibleAttributesDocumented implements Cloneable, Copyable, PartialCopyable, org.jvnet.jaxb2_commons.lang.ToString2

Java class for tPortType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tPortType">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleAttributesDocumented">
       <sequence>
         <element name="operation" type="{http://schemas.xmlsoap.org/wsdl/}tOperation" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TPortType

      public TPortType()
      Generated by copy-constructor plugin, JAXB requires public no-arg constructor.
    • TPortType

      public TPortType(TPortType _other)
      Instantiates a TPortType copying the state of another TPortType
      Parameters:
      _other - The original TPortType from which to copy state.
    • TPortType

      public TPortType(TPortType _other, PropertyTree _propertyTree, PropertyTreeUse _propertyTreeUse)
      Instantiates a TPortType copying the state of another TPortType
      Parameters:
      _propertyTreeUse - Meaning of the PropertyPath: Exclude or include members contained in property path.
      _propertyTree - A restricting PropertyPath that defines which nodes of the source object tree should actually be copied.
      _other - The original TPortType from which to copy state.
  • Method Details