Class GetReferenceNotes

java.lang.Object
org.coderic.ws.dian.wsdl.GetReferenceNotes

public class GetReferenceNotes extends Object

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="trackId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • GetReferenceNotes

      public GetReferenceNotes()
  • Method Details

    • getTrackId

      public jakarta.xml.bind.JAXBElement<String> getTrackId()
      Gets the value of the trackId property.
      Returns:
      possible object is JAXBElement<String>
    • setTrackId

      public void setTrackId(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the trackId property.
      Parameters:
      value - allowed object is JAXBElement<String>