All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasCustomProperties<VecCustomProperty>, Visitable, Serializable

public class VecCoding extends VecExtendableElement implements Serializable, Visitable

Specifies the coding of a slot or a connector housing.

Java class for Coding complex type.

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


 <complexType name="Coding">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}ExtendableElement">
       <sequence>
         <element name="Coding" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • coding

      protected String coding

      Specifies the name of the coding.

  • Constructor Details

    • VecCoding

      public VecCoding()
  • Method Details

    • getCoding

      public String getCoding()
      Gets the value of the coding property.

      Specifies the name of the coding.

      Returns:
      possible object is String
    • setCoding

      public void setCoding(String value)
      Sets the value of the coding property.
      Parameters:
      value - allowed object is String
      See Also:
    • getParentAbstractSlot

      public VecAbstractSlot getParentAbstractSlot()
      Gets a reference to the parent of this object in the XML DOM Tree. If this class can have different parents in DOM, this property is initialized with the parent, if the parent is a VecAbstractSlot otherwise it will be null.
      Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by the ExtendedUnmarshaller.
      This property is consistent to the state of object model at the time of unmarshalling. It does not reflect any changes done in the object model after the unmarshalling.
      This property has no effect when the object is marshalled to xml.
    • getParentConnectorHousingSpecification

      public VecConnectorHousingSpecification getParentConnectorHousingSpecification()
      Gets a reference to the parent of this object in the XML DOM Tree. If this class can have different parents in DOM, this property is initialized with the parent, if the parent is a VecConnectorHousingSpecification otherwise it will be null.
      Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by the ExtendedUnmarshaller.
      This property is consistent to the state of object model at the time of unmarshalling. It does not reflect any changes done in the object model after the unmarshalling.
      This property has no effect when the object is marshalled to xml.
    • accept

      public <R, E extends Throwable> R accept(Visitor<R,E> aVisitor) throws E
      Specified by:
      accept in interface Visitable
      Throws:
      E extends Throwable