java.lang.Object
nl.geostandaarden.mim_1_1_0.relatiesoort.ext.Kenmerken
All Implemented Interfaces:
org.jvnet.jaxb.lang.Child

public class Kenmerken extends Object implements org.jvnet.jaxb.lang.Child

Java 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 name="Kenmerk" maxOccurs="unbounded">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="naam" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Kenmerken

      public Kenmerken()
  • Method Details

    • getKenmerk

      public List<Kenmerken.Kenmerk> getKenmerk()
      Gets the value of the kenmerk 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 kenmerk property.

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

       getKenmerk().add(newItem);
       

      Objects of the following type(s) are allowed in the list Kenmerken.Kenmerk

      Returns:
      The value of the kenmerk property.
    • 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.
    • withKenmerk

      public Kenmerken withKenmerk(Kenmerken.Kenmerk... values)
      Adds objects to the list of Kenmerk using add method
      Parameters:
      values - objects to add to the list Kenmerk
      Returns:
      The class instance
    • withKenmerk

      public Kenmerken withKenmerk(Collection<Kenmerken.Kenmerk> values)
      Adds objects to the list of Kenmerk using addAll method
      Parameters:
      values - objects to add to the list Kenmerk
      Returns:
      The class instance
    • withParent

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