java.lang.Object
oasis.names.tc.legalxml_courtfiling.schema.xsd.appinfo_4.CodeListReference

public class CodeListReference 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">
       <attribute name="CanonicalURI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="CanonicalVersionURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="LocationURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • canonicalURI

      protected String canonicalURI
    • canonicalVersionURI

      protected String canonicalVersionURI
    • locationURI

      protected String locationURI
  • Constructor Details

    • CodeListReference

      public CodeListReference()
  • Method Details

    • getCanonicalURI

      public String getCanonicalURI()
      Gets the value of the canonicalURI property.
      Returns:
      possible object is String
    • setCanonicalURI

      public void setCanonicalURI(String value)
      Sets the value of the canonicalURI property.
      Parameters:
      value - allowed object is String
    • getCanonicalVersionURI

      public String getCanonicalVersionURI()
      Gets the value of the canonicalVersionURI property.
      Returns:
      possible object is String
    • setCanonicalVersionURI

      public void setCanonicalVersionURI(String value)
      Sets the value of the canonicalVersionURI property.
      Parameters:
      value - allowed object is String
    • getLocationURI

      public String getLocationURI()
      Gets the value of the locationURI property.
      Returns:
      possible object is String
    • setLocationURI

      public void setLocationURI(String value)
      Sets the value of the locationURI property.
      Parameters:
      value - allowed object is String
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class Object