Metadependency
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="id" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="master" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="dependent" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="masterrole" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dependentrole" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
Gets the value of the dependent property.
Link copied to clipboard
Gets the value of the dependentrole property.
Link copied to clipboard
Gets the value of the id property.
Link copied to clipboard
Gets the value of the master property.
Link copied to clipboard
Gets the value of the masterrole property.
Link copied to clipboard
Sets the value of the dependent property.
Link copied to clipboard
Sets the value of the dependentrole property.
Link copied to clipboard
Sets the value of the id property.
Link copied to clipboard
Sets the value of the master property.
Link copied to clipboard
Sets the value of the masterrole property.