Class Constructie

java.lang.Object
nl.geostandaarden.mim_1_2.relatiesoort.ext.Constructie
All Implemented Interfaces:
AttribuutsoortType, org.jvnet.jaxb.lang.Child

public class Constructie extends Object implements AttribuutsoortType, org.jvnet.jaxb.lang.Child

Java class for Constructie element declaration

.

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


 <element name="Constructie">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="constructietype" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <any processContents='lax' namespace='http://www.geostandaarden.nl/mim/mim-ref/1.0 http://www.geostandaarden.nl/mim/mim-core/1.2 http://www.geostandaarden.nl/mim/mim-ext/1.0' maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
         <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="index" type="{http://www.w3.org/2001/XMLSchema}integer" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 
  • Field Details

  • Constructor Details

    • Constructie

      public Constructie()
  • Method Details

    • getConstructietype

      public String getConstructietype()
      Gets the value of the constructietype property.
      Returns:
      possible object is String
    • setConstructietype

      public void setConstructietype(String value)
      Sets the value of the constructietype property.
      Parameters:
      value - allowed object is String
    • getAny

      public List<Object> getAny()
      Gets the value of the any property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

      For example, to add a new item, do as follows:

       getAny().add(newItem);
       

      Objects of the following type(s) are allowed in the list Object Element

      Returns:
      The value of the any property.
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getIndex

      public BigInteger getIndex()
      Gets the value of the index property.
      Returns:
      possible object is BigInteger
    • setIndex

      public void setIndex(BigInteger value)
      Sets the value of the index property.
      Parameters:
      value - allowed object is BigInteger
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface org.jvnet.jaxb.lang.Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface org.jvnet.jaxb.lang.Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      unmarshaller - The unmarshaller that generated the instance.
      parent - The parent object in the object tree.
    • withConstructietype

      public Constructie withConstructietype(String value)
      Sets the value of the constructietype property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withAny

      public Constructie withAny(Object... values)
      Adds objects to the list of Any using add method
      Parameters:
      values - objects to add to the list Any
      Returns:
      The class instance
    • withAny

      public Constructie withAny(Collection<Object> values)
      Adds objects to the list of Any using addAll method
      Parameters:
      values - objects to add to the list Any
      Returns:
      The class instance
    • withId

      public Constructie withId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withIndex

      public Constructie withIndex(BigInteger value)
      Sets the value of the index property.
      Parameters:
      value - allowed object is BigInteger
      Returns:
      The class instance
    • withParent

      public Constructie withParent(Object parent)
      Parameters:
      parent - allowed object is Object
      Returns:
      The class instance