Show Relationship.java syntax highlighted
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.4-b18-fcs
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2007.02.24 at 11:17:35 EST
//
package org.xmlsoap.schemas.ws._2003._03.addressing;
/**
* Java content class for Relationship complex type.
* <p>The following schema fragment specifies the expected content contained within this java content object. (defined at http://schemas.xmlsoap.org/ws/2003/03/addressing/ line 84)
* <p>
* <pre>
* <complexType name="Relationship">
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
* <attribute name="RelationshipType" type="{http://www.w3.org/2001/XMLSchema}QName" />
* </extension>
* </simpleContent>
* </complexType>
* </pre>
*
*/
public interface Relationship {
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link java.lang.String}
*/
java.lang.String getValue();
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link java.lang.String}
*/
void setValue(java.lang.String value);
/**
* Gets the value of the relationshipType property.
*
* @return
* possible object is
* {@link javax.xml.namespace.QName}
*/
javax.xml.namespace.QName getRelationshipType();
/**
* Sets the value of the relationshipType property.
*
* @param value
* allowed object is
* {@link javax.xml.namespace.QName}
*/
void setRelationshipType(javax.xml.namespace.QName value);
}
See more files for this project here