Code Search for Developers
 
 
  

Relationship.java from Citizen Privacy Service at Krugle


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>
 * &lt;complexType name="Relationship">
 *   &lt;simpleContent>
 *     &lt;extension base="&lt;http://www.w3.org/2001/XMLSchema>anyURI">
 *       &lt;attribute name="RelationshipType" type="{http://www.w3.org/2001/XMLSchema}QName" />
 *     &lt;/extension>
 *   &lt;/simpleContent>
 * &lt;/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

Citizen Privacy Service

The Citizen Privacy Service is an asynchronous component using artificial intelligence capabilities including DL decidability and first order logic provenance that provide policy decision and policy enforcement points based on the US Privacy Act of 1974.

Project homepage: http://sourceforge.net/projects/us-privacy
Programming language(s): Java,XML
License: bsd

  impl/
    ActionImpl.java
    AttributedQNameImpl.java
    AttributedURIImpl.java
    EndpointReferenceImpl.java
    EndpointReferenceTypeImpl.java
    FaultToImpl.java
    FromImpl.java
    JAXBVersion.java
    MessageIDImpl.java
    RecipientImpl.java
    ReferencePropertiesTypeImpl.java
    RelatesToImpl.java
    RelationshipImpl.java
    ReplyToImpl.java
    ServiceNameTypeImpl.java
    ToImpl.java
  Action.java
  AttributedQName.java
  AttributedURI.java
  EndpointReference.java
  EndpointReferenceType.java
  FaultTo.java
  From.java
  MessageID.java
  ObjectFactory.java
  Recipient.java
  ReferencePropertiesType.java
  RelatesTo.java
  Relationship.java
  ReplyTo.java
  ServiceNameType.java
  To.java
  bgm.ser
  jaxb.properties