Extension

public class Extension extends AbstractID

Java class for extension complex type.

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

<complexType name="extension">
  <complexContent>
      <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
        <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
        <attribute name="urn" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      </restriction>
  </complexContent>
</complexType>

Constructors

Extension

public Extension()

Extension

public Extension(String type, String urn)

Methods

equals

public boolean equals(Object o)

getType

public String getType()

getUrn

public String getUrn()

hashCode

public int hashCode()

setType

public void setType(String type)

setUrn

public void setUrn(String urn)

toString

public String toString()